Storage · Object Storage (S3)

Object Storage

S3-compatible buckets for assets, backups and big-data lakes — billed per GB, free in-country egress, eleven-nines durability. Drop your existing AWS SDK into mCloud with one endpoint change.

S3-compatible API
Free in-country egress
11-nines durability
Pricing

Three tiers, metered to the GB.

Pay only for what you store. In-country egress is free, always. Move objects between tiers automatically with lifecycle rules.

Pay-as-you-go

Per-GB metered. No commitment.

$0.018/ GB / month
≈ MMK 81 / GB / month

Egress · MMFree Egress · Intl$0.05 / GB Requests$0.004 / 10k Min storageNone
  • S3-compatible API
  • Versioning & lifecycle
  • Signed URLs
  • Yangon region
Create bucket
Cold archive

For long-term archives and compliance copies.

$0.004/ GB / month
≈ MMK 18 / GB / month

Retrieval$0.02 / GB Min duration90 days Restore time5 — 12 h Min object128 KB
  • 11-nines durability
  • Asynchronous restore
  • Lifecycle from hot tier
  • Compliance audit logs
Get started
Features

Object storage, the S3 way.

Drop-in compatible with the AWS S3 SDK — point your client at our endpoint and ship.

S3-compatible API

Drop-in compatible with the AWS S3 SDK. Same operations, same auth model, same response shape — different endpoint.

Versioning & lifecycle

Keep every version, auto-tier between hot and cold, expire stale objects on a schedule — declarative rules.

Object lock

Compliance-mode WORM retention for legal hold, financial records and regulator-mandated archives.

Multi-region replication

Async cross-region replication between Yangon and Mandalay — sub-minute RPO, automatic failover.

Custom domain & SSL

Serve assets from your own domain — cdn.yourbrand.com.mm — with auto-renewing Let's Encrypt certificates.

Local-loop transfer

Free egress to any Myanmar IP, with sub-8 ms latency via MMIX peering — bandwidth bills stay low.

PYTHON · boto3
# Drop-in S3 SDK — only the endpoint changes.
import boto3

s3 = boto3.client(
    "s3",
    endpoint_url="https://s3.ygn-01.mcloud.com.mm",
    aws_access_key_id="AKIA...",
    aws_secret_access_key="<secret>",
    region_name="ygn-01",
)

s3.upload_file("video.mp4", "media-assets", "hero/2026/jan/launch.mp4")
# → uploaded · 1.2 GB · 14.8 s · MM egress free
Technical Specifications
CompatibilityAWS S3 API · 2006-03-01 signature v4
SDK supportboto3 · aws-sdk-js · aws-sdk-go · aws-sdk-java
CLIaws cli · s5cmd · rclone · mc
AuthAccess key + signature v4 · STS temporary creds
Endpointss3.ygn-01.mcloud.com.mm · s3.mdy-01.mcloud.com.mm
Max object size5 TB (single PUT 5 GB · multipart unlimited)
Bucket countSoft limit 100 / account · raise on request
Objects per bucketUnlimited
PUT p9942 ms (intra-region)
GET p9918 ms (intra-region)
Request rate5,500 GET / s · 3,500 PUT / s per prefix
At restAES-256-XTS · mc-managed or BYOK via KMS
In flightTLS 1.3 enforced · TLS 1.2 supported
IAM policiesResource-based + identity-based · bucket policy DSL
Object lockCompliance and Governance modes
Signed URLsConfigurable TTL · GET, PUT, POST methods
Durability99.999999999% (11 nines)
Availability SLA99.95% / month
Replication6+3 erasure coding across 3 AZs
Multi-region RPO< 60 s
Data residencyYangon & Mandalay only
CertificationsISO 27001 · SOC 2 Type II
FAQ

Storage, answered.

Yes. Point your existing AWS SDK at our endpoint URL and 99% of S3 client code works unchanged. We track AWS API conformance via the s3-go-test suite — currently at 98.6% coverage of the core operations.

Any GET request from a Myanmar IP — your own Cloud Server instances, MMIX-peered ISPs, or end users in Myanmar — costs nothing for outbound bandwidth. International egress is charged at $0.04 — $0.05 / GB.

Declarative bucket policies — for example: "move objects under /backups/ to cold tier after 30 days, delete after 7 years." Lifecycle rules are evaluated nightly and changes are free.

Yes. Bring your own KMS-managed keys via SSE-C or SSE-KMS. Keys never leave the mCloud HSM and rotation is one-click — re-encryption happens transparently.

Cold-tier objects restore asynchronously to the hot tier in 5 — 12 hours. Expedited restore (typically < 1 hour) is available at $0.10 / GB for urgent compliance retrievals.

Yes. Enable static-site hosting on a bucket, point a CNAME at cdn.mcloud.com.mm, and we'll auto-provision the Let's Encrypt certificate. The Yangon edge cache fronts it for free.

Ready to move your data?

Our concierge data-import team handles bulk transfers from AWS, GCP, on-prem NAS or shipped-in hard drives.